home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / cm100exe.zip / CM100EXE.EXE / SAMPLES / COPY / README.TXT < prev   
Text File  |  1991-11-16  |  473b  |  23 lines

  1.      COPY SAMPLE
  2.  
  3.      This sample demonstrates how CMAKE handles the COPY command.
  4.  
  5.  
  6.      TO RUN CMAKE:
  7.  
  8.         Execute CMAKE by entering the command
  9.  
  10.         cmake
  11.  
  12.         No parameters are required.
  13.  
  14.  
  15.      NOTE THE FOLLOWING:
  16.  
  17.         The commands (and comments) in the make file, "makefile".
  18.         CMAKE will deduce all dependencies from these commands.
  19.  
  20.         See: The Make File for CMAKE
  21.              * COPY
  22.              in the help file.
  23.